All Questions
1 question
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
67votes
9answers
8kviews
Why do "checked exceptions", i.e., "value-or-error return values", work well in Rust and Go but not in Java?
Java has "checked exceptions", which force the caller of the method to either handle an exception or to rethrow it, e.g. // requires ParseException to be handled or rethrown int i = ...
- The Overflow Blog
- Featured on Meta
Hot Network Questions
- Using standard AC fixtures for DC applications
- Revising part of a manuscript not covered by the referee report
- How does SQL Server maintain rowcount metadata?
- Inductive kickback requires a capacitor to "kick back"?
- How to achieve the Steel Division 2 frontline? (Dividing area smoothly with curves using a few points)
- Multiday hike in UK with children
- Why is Qxb2 so much better than Bxb2?
- Is there an epistemic difference between "unintuitive" and "counterintuitive" samples/cases?
- Is it always valid to use correlation for feature selection?
- Did Pope Francis die with only $100 cash and no other assets?
- Protecting Secrets in Lost F/A-18 Super Hornet
- Fill a space made by three arcs
- Is termination of employment for refusal to work overtime legal?
- If we can get intelligence from non intelligence, why can’t we get consciousness from non consciousness?
- Denying entry to fleabitten service dogs
- What is the spell attack modifier for this casterless Bigby's Hand spell from the Waterdeep: Dungeon of the Mad Mage published adventure?
- "Presenting" versus "bearing" a U.S.A. passport when entering Canada from the U.S.A
- Connections Between Popescu's Noncommutative Disc Algebra and the Noncommutative Torus
- Annotating intentional infinite loop to satisfy "-fanalyzer"
- In light cone, why is it a cone and not a sphere, given that light travels in all directions in space-time? Is it a projection of slice of 4D sphere?
- In Canada's 2025 election, what have either Poilievre or Carney, as candidates for Prime Minister, said about balancing the budget?
- After optimizing all of my structures, I discovered that one of them needs tighter convergence criteria. Is it mandatory for all to be re-done?
- Can the irrationals be partitioned into dense, disjoint subsets?
- Wrap each base class in a template class